Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@287373 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c70896..d40257a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt 
@@ -251,6 +251,9 @@  else()  message(WARNING "LIBCXX_ENABLE_STATIC_ABI_LIBRARY is an experimental option")  endif() + if (LIBCXX_ENABLE_STATIC AND NOT PYTHONINTERP_FOUND) + message(FATAL_ERROR "LIBCXX_ENABLE_STATIC_ABI_LIBRARY requires python but it was not found.") + endif()  endif()    if (LIBCXX_ENABLE_ABI_LINKER_SCRIPT)